ArcFM Mobile Developer Guide
Id Property (DomainObject<TId>)


Version: 10.2.1a

Resource Center Home

ID may be of type string, int, Guid,custom type, etc. Setter is protected to allow unit tests to set this property via reflection and to allow domain objects more flexibility in setting this for those objects with assigned IDs.
Syntax
'Declaration
 
Public Overridable ReadOnly Property Id As TId
'Usage
 
Dim instance As DomainObject(Of TId)
Dim value As TId
 
value = instance.Id
public virtual TId Id {get;}
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

DomainObject<TId> Class
DomainObject<TId> Members

 

 


Send Comment